User:BLM Platinum/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:BLM Platinum/monobook.js. |
/* This [[Cascading Style Sheets|CSS]] is called in addition to [[MediaWiki:Common.css]]. See [[Wikipedia:Catalogue of CSS classes|Catalogue of CSS classes]] for full list.
/* The versions for Monobook are at [[MediaWiki:Monobook.css]] and [[MediaWiki:Monobook.js]]
/*<pre><nowiki>*/
#pabanner { text-align:left !important; }
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
#coordinates {
position:absolute;
z-index:1;
border:none;
background:none;
left:9px;
top:5.7em;
float:left;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:left;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
/* For patrolled newpages */
li.not-patrolled {
background-color: #ffffaa;
}
/* Adjust font-size for inline HTML generated TeX formulae */
.texhtml {
font-size: 12pt;
line-height: 15pt;
}
/*</nowiki></pre>*/